home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 30 / PC Gamer IT CD 30 2-2.iso / incoming / incoming.EXE / asc / misc / ianextra.odl < prev    next >
Text File  |  1998-02-26  |  2KB  |  64 lines

  1. ;==================================================================
  2. ; Misc objects
  3. ;==================================================================
  4.  
  5. type "rope"
  6.     objfile "effects\pcexport\pointer.ian" scale 4
  7.     texture "chain.ppm" transparent
  8.  
  9. type "hudarrow"
  10.     objfile "arrow.ian" scale 0.24
  11.     texture "hud\hudpag1k.ppm" transparent alpha
  12.     drawtype semi transparent self illuminating
  13. ;    drawtype semi transparent self illuminating flipz flipx
  14. ;    drawtype semi transparent self illuminating reflective flipz flipx
  15.  
  16. #***********************************
  17. #    debris
  18. #***********************************
  19.  
  20. type "debris1"
  21.     objfile "pweapons\pcexport\debris1.IAN" scale 9
  22.     texture "pweapons\misc.ppm"
  23.  
  24. type "debris2"
  25.     objfile "pweapons\pcexport\debris2.IAN" scale 12
  26.     texture "pweapons\misc.ppm"
  27.  
  28. type "debris3"
  29.     objfile "pweapons\pcexport\debris3.IAN" scale 9
  30.     texture "pweapons\misc.ppm"
  31.  
  32. type "debris4"
  33.     objfile "pweapons\pcexport\debris4.IAN" scale 12
  34.     texture "pweapons\misc.ppm"
  35.  
  36. type "debris5"
  37.     objfile "pweapons\pcexport\debris5.IAN" scale 22
  38.     texture "pweapons\misc.ppm"
  39.  
  40. type "debris6"
  41.     objfile "pweapons\pcexport\debris6.IAN" scale 20
  42.     texture "pweapons\misc.ppm"
  43.  
  44. type "debris7"
  45.     objfile "pweapons\pcexport\debris7.IAN" scale 32
  46.     texture "pweapons\misc.ppm"
  47.  
  48. type "debris8"
  49.     objfile "pweapons\pcexport\debris8.IAN" scale 40
  50.     texture "pweapons\misc.ppm"
  51.  
  52. type "POWER"
  53.     objfile "pow01.ian" scale 5
  54.     texture "chrome02.ppm"
  55.     group "human"
  56.     subgroup "power up"
  57.     hitpoints    10
  58.     operate "spin" 0 0.075 0
  59.     dynamics "other"
  60.     oncollision "ClearWaypoint"
  61.     drawtype reflective self illuminating
  62.  
  63.  
  64.